LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

Data Property (IWorkstationArgument<D,T>)







Gets or sets the argument data.
Syntax
D Data {get; set;}
'Declaration
 
Property Data As D
'Usage
 
Dim instance As IWorkstationArgument(Of D,T)
Dim value As D
 
instance.Data = value
 
value = instance.Data
D Data {get; set;}
get_Data();
set_Data(value);
__property D* get_Data();
__property void set_Data( 
   D* value
);
property D* Data {
   D* get();
   void set (    D* value);
}

Property Value

The argument data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IWorkstationArgument<D,T> Interface
IWorkstationArgument<D,T> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.